html,body{
    padding: 0;
    margin: 0;
}
.clear{
    clear: both;
    float: none;
    height:0;
    overflow:hidden;
}
h1{
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: normal;
}
h2{
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: normal;
}
h3,h4,h5{
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: normal;
}
a:link{
    -webkit-tap-highlight-color: rgba(0,0,0,0.05); outline: none;
    border-radius: 0;
}
a:visited{
    -webkit-tap-highlight-color: rgba(0,0,0,0.05); outline: none;
}
a:active{
    -webkit-tap-highlight-color: rgba(0,0,0,0.05); outline: none;
}
